From 6a504d2d9f18f18022a8a2316d5364fffe9ce607 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=86var=20Arnfj=C3=B6r=C3=B0=20Bjarmason?= Date: Fri, 2 Sep 2005 18:40:17 +0000 Subject: [PATCH] * (bug 3338) Improved msg:passwordremindertext --- languages/Language.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 4e2cd07311..9ac41132a7 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -615,9 +615,13 @@ Check your spelling, or use the form below to create a new user account.", 'mailmypassword' => 'Mail me a new password', 'passwordremindertitle' => "Password reminder from {{SITENAME}}", 'passwordremindertext' => "Someone (probably you, from IP address $1) -requested that we send you a new {{SITENAME}} login password. +requested that we send you a new {{SITENAME}} login password for {{SERVERNAME}}. The password for user \"$2\" is now \"$3\". -You should log in and change your password now.", +You should log in and change your password now. + +If someone else made this request or if you have remembered your password and +you no longer wish to change it, you may ignore this message and continue using +your old password.", 'noemail' => "There is no e-mail address recorded for user \"$1\".", 'passwordsent' => "A new password has been sent to the e-mail address registered for \"$1\". -- 2.20.1